home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Financial Peace University Interactive Bonus
/
Financial Peace University Bonus Interactive CD-ROM.iso
/
pc
/
calculators
/
earlyPayoff.swf
/
scripts
/
DefineSprite_70
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-09-19
|
420 b
|
16 lines
textInput_txt.restrict = "0-9.";
textInput_txt.onSetFocus = function()
{
this._parent.attachMovie("carat","carat_mc",1000);
this._parent.carat_mc._x = 6 + this.text.length * 7;
this._parent.carat_mc._y = 3;
};
textInput_txt.onKillFocus = function()
{
this._parent.carat_mc.removeMovieClip();
};
textInput_txt.onChanged = function()
{
this._parent.carat_mc._x = 6 + this.text.length * 7;
};